gl
pub struct FnPtr { // some fields omitted }
impl FnPtr
fn new(ptr: *const c_void) -> FnPtr
Creates a FnPtr from a load attempt.
FnPtr