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