Function pthread_attr_getstacksize

pub unsafe extern "C" fn pthread_attr_getstacksize(
    attr: *const pthread_attr_t,
    stacksize: *mut usize,
) -> i32
Available on crate feature dep_sdl2 only.