[][src]Function neon_sys::Neon_Class_AddMethod

pub unsafe extern "C" fn Neon_Class_AddMethod(
    isolate: Isolate,
    metadata: *mut c_void,
    name: *const u8,
    byte_length: u32,
    method: Local
) -> bool